derelict.glib.ghmac

Undocumented in source.

Members

Aliases

GHmac
alias GHmac = _GHmac
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_compute_hmac_for_data
alias da_g_compute_hmac_for_data = gchar* function(GChecksumType digest_type, const(guchar)* key, gsize key_len, const(guchar)* data, gsize length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_compute_hmac_for_string
alias da_g_compute_hmac_for_string = gchar* function(GChecksumType digest_type, const(guchar)* key, gsize key_len, const(gchar)* str, gssize length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_hmac_copy
alias da_g_hmac_copy = GHmac* function(const(GHmac)* hmac)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_hmac_get_digest
alias da_g_hmac_get_digest = void function(GHmac* hmac, guint8* buffer, gsize* digest_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_hmac_get_string
alias da_g_hmac_get_string = const(gchar)* function(GHmac* hmac)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_hmac_new
alias da_g_hmac_new = GHmac* function(GChecksumType digest_type, const(guchar)* key, gsize key_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_hmac_ref
alias da_g_hmac_ref = GHmac* function(GHmac* hmac)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_hmac_unref
alias da_g_hmac_unref = void function(GHmac* hmac)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_hmac_update
alias da_g_hmac_update = void function(GHmac* hmac, const(guchar)* data, gssize length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

g_compute_hmac_for_data
gchar* g_compute_hmac_for_data(GChecksumType digest_type, const(guchar)* key, gsize key_len, const(guchar)* data, gsize length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_compute_hmac_for_string
gchar* g_compute_hmac_for_string(GChecksumType digest_type, const(guchar)* key, gsize key_len, const(gchar)* str, gssize length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_hmac_copy
GHmac* g_hmac_copy(const(GHmac)* hmac)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_hmac_get_digest
void g_hmac_get_digest(GHmac* hmac, guint8* buffer, gsize* digest_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_hmac_get_string
const(gchar)* g_hmac_get_string(GHmac* hmac)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_hmac_new
GHmac* g_hmac_new(GChecksumType digest_type, const(guchar)* key, gsize key_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_hmac_ref
GHmac* g_hmac_ref(GHmac* hmac)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_hmac_unref
void g_hmac_unref(GHmac* hmac)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_hmac_update
void g_hmac_update(GHmac* hmac, const(guchar)* data, gssize length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

g_compute_hmac_for_data
da_g_compute_hmac_for_data g_compute_hmac_for_data;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_compute_hmac_for_string
da_g_compute_hmac_for_string g_compute_hmac_for_string;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_hmac_copy
da_g_hmac_copy g_hmac_copy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_hmac_get_digest
da_g_hmac_get_digest g_hmac_get_digest;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_hmac_get_string
da_g_hmac_get_string g_hmac_get_string;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_hmac_new
da_g_hmac_new g_hmac_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_hmac_ref
da_g_hmac_ref g_hmac_ref;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_hmac_unref
da_g_hmac_unref g_hmac_unref;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_hmac_update
da_g_hmac_update g_hmac_update;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

_GHmac
struct _GHmac
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta